The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "dist:Prima %s"

Prima::DockManager - advanced dockable widgets River stage two • 17 direct dependents • 19 total dependents

"Prima::DockManager" contains classes that implement additional functionality in the dockable widgets paradigm. The module introduces two new dockable widget classes: "Prima::DockManager::Panelbar", a general-purpose dockable container for variable-s...

KARASIK/Prima-1.73 - 09 May 2024 12:01:03 UTC

Prima - a Perl graphic toolkit River stage two • 17 direct dependents • 19 total dependents

Prima is a classic 2D GUI toolkit that works under Windows and X11 environments. The toolkit features a rich widget library, extensive 2D graphic support, PDF generation, modern Unicode text input and output, and supports a wide set of image formats....

KARASIK/Prima-1.73 - 09 May 2024 12:01:03 UTC

Prima::Menu - pull-down and pop-up menu objects River stage two • 17 direct dependents • 19 total dependents

The document describes the interfaces of Prima::AbstractMenu class, and its three descendants - Prima::Menu, Prima::Popup, and Prima::AccelTable. Prima::AbstractMenu is a descendant of the Prima::Component class, and its specialization is the handlin...

KARASIK/Prima-1.73 - 09 May 2024 12:01:03 UTC

Prima::Edit - standard text editor River stage two • 17 direct dependents • 19 total dependents

The class provides text editing capabilities, three types of selection, text wrapping, syntax highlighting, auto indenting, undo and redo function, and search and replace methods. The module declares the "bt::" package that contains integer constants...

KARASIK/Prima-1.73 - 09 May 2024 12:01:03 UTC

Prima::Label - static text widget River stage two • 17 direct dependents • 19 total dependents

The class is designed for the display of text and provides no user interaction. The text output capabilities include wrapping, horizontal and vertical alignment, and automatic widget resizing to match text extensions. If the text contains a tilde-esc...

KARASIK/Prima-1.73 - 09 May 2024 12:01:03 UTC

prima-gencls - class interface compiler for Prima core modules River stage two • 17 direct dependents • 19 total dependents

Creates C files for Prima core module object definitions....

KARASIK/Prima-1.73 - 09 May 2024 12:01:03 UTC

Prima::Image - 2-D graphic interface for images River stage two • 17 direct dependents • 19 total dependents

"Prima::Image", "Prima::Icon", and "Prima::DeviceBitmap" are the classes for bitmap handling, file, and graphic input and output. "Prima::Image" and "Prima::DeviceBitmap" are descendants of "Prima::Drawable" and represent bitmaps, stored in memory. "...

KARASIK/Prima-1.73 - 09 May 2024 12:01:03 UTC

Prima::Object - base toolkit classes River stage two • 17 direct dependents • 19 total dependents

Prima::Object and Prima::Component are the root classes of the Prima toolkit hierarchy. All the other classes are derived from the Component class, which in turn is the only descendant of the Object class. Both of these classes are never used for ins...

KARASIK/Prima-1.73 - 09 May 2024 12:01:03 UTC

Prima::PodView - POD browser widget River stage two • 17 direct dependents • 19 total dependents

Prima::PodView contains a formatter ( in terms of perlpod ) and a viewer of the POD content. It heavily employs its ascendant class Prima::TextView, and is in turn the base class for the toolkit's default help viewer Prima::HelpViewer....

KARASIK/Prima-1.73 - 09 May 2024 12:01:03 UTC

Prima::TextView - rich text browser widget River stage two • 17 direct dependents • 19 total dependents

Prima::TextView accepts blocks of formatted text and provides basic functionality for text scrolling and user selection. The text strings are stored as one large text chunk accessible with the "::text" and "::textRef" properties. A block of formatted...

KARASIK/Prima-1.73 - 09 May 2024 12:01:03 UTC

Prima::Drawable - generic 2-D graphic interface River stage two • 17 direct dependents • 19 total dependents

Prima::Drawable is a descendant of the Prima::Component class. It provides access to the system graphic context and canvas through its methods and properties. The Prima::Drawable descendants Prima::Widget, Prima::Image, Prima::DeviceBitmap, and Prima...

KARASIK/Prima-1.73 - 09 May 2024 12:01:03 UTC

Prima::internals - Prima internal architecture River stage two • 17 direct dependents • 19 total dependents

This document describes the internal structures of the Prima toolkit, its loading considerations, object and class representation, and C coding style....

KARASIK/Prima-1.73 - 09 May 2024 12:01:03 UTC

Prima::Image::Exif - manipulate Exif records River stage two • 17 direct dependents • 19 total dependents

The module allows to parse and create Exif records. The records could be read from JPEG files, and stored in these using the extra appdata hash field....

KARASIK/Prima-1.73 - 09 May 2024 12:01:03 UTC

Prima::ImageViewer - image, icon, and bitmap viewer River stage two • 17 direct dependents • 19 total dependents

The module contains the "Prima::ImageViewer" class which provides image-displaying functionality. The widget can display images, icons, and bitmaps, and allows zooming. "Prima::ImageViewer" is a descendant of "Prima::Widget::ScrollWidget" and inherit...

KARASIK/Prima-1.73 - 09 May 2024 12:01:03 UTC

Prima::Widget::Time - standard time input widget River stage two • 17 direct dependents • 19 total dependents

Standard time input widget derived from the "Prima::InputLine" class....

KARASIK/Prima-1.73 - 09 May 2024 12:01:03 UTC

Prima::Widget::pack - Geometry manager that packs around edges of cavity River stage two • 17 direct dependents • 19 total dependents

The pack method is used to communicate with the packer, a geometry manager that arranges the children of a owner by packing them in order around the edges of the owner. In this port of Tk::pack it is normal to pack widgets one-at-a-time using the wid...

KARASIK/Prima-1.73 - 09 May 2024 12:01:03 UTC

Prima::Widget::Link - routines for interactive links River stage two • 17 direct dependents • 19 total dependents

The class can be used in widgets that need to feature *links*, i e highlighted rectangles, usually with a line of text. When the user moves the mouse or clicks on a link, depending on the link type, various actions can be executed. A "tooltip" link c...

KARASIK/Prima-1.73 - 09 May 2024 12:01:03 UTC

Prima::Image::base64 - hardcoded image files River stage two • 17 direct dependents • 19 total dependents

Loads and saves images from and to base64-encoded data streams. This allows loading images directly from the source code....

KARASIK/Prima-1.73 - 09 May 2024 12:01:03 UTC

Prima::Image::Loader - progressive loading and saving for multiframe images River stage two • 17 direct dependents • 19 total dependents

The toolkit provides functionality for session-based loadign and saving of multiframe images to that is is not needed to store all images in memory at once. Instead, the "Prima::Image::Loader" and "Prima::Image::Saver" classes provide the API for ope...

KARASIK/Prima-1.73 - 09 May 2024 12:01:03 UTC

Prima::Widget::place - Geometry manager for fixed or rubber-sheet placement River stage two • 17 direct dependents • 19 total dependents

The placer is a geometry manager from Tk. It provides simple fixed placement of windows, where you specify the exact size and location of one window, called the *slave*, within another window, called the *$master*. The placer also provides rubber-she...

KARASIK/Prima-1.73 - 09 May 2024 12:01:03 UTC
23 results (0.047 seconds)